Searched refs:emitLabelPlusOffset (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ErlangGCPrinter.cpp | 83 AP.emitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/); in finishAssembly()
|
| H A D | AsmPrinterDwarf.cpp | 167 emitLabelPlusOffset(Label, Offset, getDwarfOffsetByteSize()); in emitDwarfOffset()
|
| H A D | DIE.cpp | 663 AP->emitLabelPlusOffset(SectionSym, Addr, in emitValue()
|
| H A D | AsmPrinter.cpp | 3083 void AsmPrinter::emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset, in emitLabelPlusOffset() function in AsmPrinter
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 681 void emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset, 688 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
|