Home
last modified time | relevance | path

Searched refs:emitBaseTypeRef (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h197 virtual void emitBaseTypeRef(uint64_t Idx) = 0;
388 void emitBaseTypeRef(uint64_t Idx) override;
418 void emitBaseTypeRef(uint64_t Idx) override;
H A DDwarfExpression.cpp600 emitBaseTypeRef(getOrCreateBaseType(BitSize, Encoding)); in addExpression()
H A DDwarfUnit.cpp61 void DIEDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef() function in DIEDwarfExpression
H A DDwarfDebug.cpp192 void DebugLocDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef() function in DebugLocDwarfExpression