Searched refs:SecBegin (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 150 const MCSymbol *SecBegin; member in __anon2660ec280311::AppleAccelTableWriter 157 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() argument 161 HeaderData(Atoms), SecBegin(SecBegin) {} in AppleAccelTableWriter() 362 emitOffsets(SecBegin); in emit() 637 StringRef Prefix, const MCSymbol *SecBegin, in emitAppleAccelTableImpl() argument 640 AppleAccelTableWriter(Asm, Contents, Atoms, SecBegin).emit(); in emitAppleAccelTableImpl() 778 SecBegin->print(OS, nullptr); in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 441 StringRef Prefix, const MCSymbol *SecBegin, 449 StringRef Prefix, const MCSymbol *SecBegin) { 451 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3352 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions() argument 3362 const uint64_t Offset = SecData.data() - SecBegin; in readMipsOptions() 3398 const uint8_t *const SecBegin = Data.begin(); in printMipsOptions() local 3402 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()
|