Searched refs:SecBegin (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 162 const MCSymbol *SecBegin; member in __anon66e006530311::AppleAccelTableWriter 169 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() argument 173 HeaderData(Atoms), SecBegin(SecBegin) {} in AppleAccelTableWriter() 358 emitOffsets(SecBegin); in emit() 540 StringRef Prefix, const MCSymbol *SecBegin, in emitAppleAccelTableImpl() argument 543 AppleAccelTableWriter(Asm, Contents, Atoms, SecBegin).emit(); in emitAppleAccelTableImpl() 645 SecBegin->print(OS, nullptr); in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 296 StringRef Prefix, const MCSymbol *SecBegin, 304 StringRef Prefix, const MCSymbol *SecBegin) { in emitAppleAccelTable() argument 306 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms); in emitAppleAccelTable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3034 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions() argument 3044 const uint64_t Offset = SecData.data() - SecBegin; in readMipsOptions() 3080 const uint8_t *const SecBegin = Data.begin(); in printMipsOptions() local 3084 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()
|