Home
last modified time | relevance | path

Searched refs:emitLabelPlusOffset (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp85 AP.emitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/); in finishAssembly()
H A DAsmPrinterDwarf.cpp193 emitLabelPlusOffset(Label, Offset, getDwarfOffsetByteSize()); in emitDwarfOffset()
H A DDIE.cpp668 AP->emitLabelPlusOffset(SectionSym, Addr, SizeOf(AP, Form), true); in emitValue()
H A DAsmPrinter.cpp2401 void AsmPrinter::emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset, in emitLabelPlusOffset() function in AsmPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h591 void emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
598 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst973 AP.emitLabelPlusOffset(Label/*Hi*/, 0/*Offset*/, 4/*Size*/);