Searched refs:emitLabelPlusOffset (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 87 AP.emitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/); in finishAssembly()
|
D | AsmPrinterDwarf.cpp | 193 emitLabelPlusOffset(Label, Offset, getDwarfOffsetByteSize()); in emitDwarfOffset()
|
D | DIE.cpp | 668 AP->emitLabelPlusOffset(SectionSym, Addr, SizeOf(AP, Form), true); in emitValue()
|
D | AsmPrinter.cpp | 2290 void AsmPrinter::emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset, in emitLabelPlusOffset() function in AsmPrinter
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 576 void emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset, 583 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
|
/external/llvm-project/llvm/docs/ |
D | GarbageCollection.rst | 973 AP.emitLabelPlusOffset(Label/*Hi*/, 0/*Offset*/, 4/*Size*/);
|