Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp161 const MCSymbol *SecBegin; member in __anonae21389f0311::AppleAccelTableWriter
168 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() argument
172 HeaderData(Atoms), SecBegin(SecBegin) {} in AppleAccelTableWriter()
357 emitOffsets(SecBegin); in emit()
539 StringRef Prefix, const MCSymbol *SecBegin, in emitAppleAccelTableImpl() argument
542 AppleAccelTableWriter(Asm, Contents, Atoms, SecBegin).emit(); in emitAppleAccelTableImpl()
644 SecBegin->print(OS, nullptr); in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAccelTable.h294 StringRef Prefix, const MCSymbol *SecBegin,
302 StringRef Prefix, const MCSymbol *SecBegin) { in emitAppleAccelTable() argument
304 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms); in emitAppleAccelTable()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3137 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions() argument
3147 const uint64_t Offset = SecData.data() - SecBegin; in readMipsOptions()
3183 const uint8_t *const SecBegin = Data.begin(); in printMipsOptions() local
3187 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()