Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp162 const MCSymbol *SecBegin; member in __anon8772beac0311::AppleAccelTableWriter
169 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() argument
173 HeaderData(Atoms), SecBegin(SecBegin) {} in AppleAccelTableWriter()
360 emitOffsets(SecBegin); in emit()
545 StringRef Prefix, const MCSymbol *SecBegin, in emitAppleAccelTableImpl() argument
548 AppleAccelTableWriter(Asm, Contents, Atoms, SecBegin).emit(); in emitAppleAccelTableImpl()
646 SecBegin->print(OS, nullptr); in print()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp162 const MCSymbol *SecBegin; member in __anon1d30fd180311::AppleAccelTableWriter
169 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() argument
173 HeaderData(Atoms), SecBegin(SecBegin) {} in AppleAccelTableWriter()
359 emitOffsets(SecBegin); in emit()
543 StringRef Prefix, const MCSymbol *SecBegin, in emitAppleAccelTableImpl() argument
546 AppleAccelTableWriter(Asm, Contents, Atoms, SecBegin).emit(); in emitAppleAccelTableImpl()
648 SecBegin->print(OS, nullptr); in print()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp183 void DwarfAccelTable::emitOffsets(AsmPrinter *Asm, const MCSymbol *SecBegin) { in emitOffsets() argument
197 MCSymbolRefExpr::create(SecBegin, Context), Context); in emitOffsets()
243 void DwarfAccelTable::emit(AsmPrinter *Asm, const MCSymbol *SecBegin, in emit() argument
255 emitOffsets(Asm, SecBegin); in emit()
/external/llvm-project/llvm/include/llvm/CodeGen/
DAccelTable.h295 StringRef Prefix, const MCSymbol *SecBegin,
303 StringRef Prefix, const MCSymbol *SecBegin) { in emitAppleAccelTable() argument
305 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms); in emitAppleAccelTable()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h295 StringRef Prefix, const MCSymbol *SecBegin,
303 StringRef Prefix, const MCSymbol *SecBegin) { in emitAppleAccelTable() argument
305 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms); in emitAppleAccelTable()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3349 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions() argument
3359 const uint64_t Offset = SecData.data() - SecBegin; in readMipsOptions()
3395 const uint8_t *const SecBegin = Data.begin(); in printMipsOptions() local
3399 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()