Home
last modified time | relevance | path

Searched refs:SecBegin (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp162 const MCSymbol *SecBegin; member in __anon5311ae9e0311::AppleAccelTableWriter
169 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() argument
173 HeaderData(Atoms), SecBegin(SecBegin) {} in AppleAccelTableWriter()
366 emitOffsets(SecBegin); in emit()
675 StringRef Prefix, const MCSymbol *SecBegin, in emitAppleAccelTableImpl() argument
678 AppleAccelTableWriter(Asm, Contents, Atoms, SecBegin).emit(); in emitAppleAccelTableImpl()
816 SecBegin->print(OS, nullptr); in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h395 StringRef Prefix, const MCSymbol *SecBegin,
403 StringRef Prefix, const MCSymbol *SecBegin) {
405 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3376 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions() argument
3386 const uint64_t Offset = SecData.data() - SecBegin; in readMipsOptions()
3422 const uint8_t *const SecBegin = Data.begin(); in printMipsOptions() local
3426 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()