OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecBegin
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AccelTable.h
298
StringRef Prefix, const MCSymbol *
SecBegin
,
306
StringRef Prefix, const MCSymbol *
SecBegin
) {
308
emitAppleAccelTableImpl(Asm, Contents, Prefix,
SecBegin
, DataT::Atoms);
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp
183
void DwarfAccelTable::emitOffsets(AsmPrinter *Asm, const MCSymbol *
SecBegin
) {
197
MCSymbolRefExpr::create(
SecBegin
, Context), Context);
243
void DwarfAccelTable::emit(AsmPrinter *Asm, const MCSymbol *
SecBegin
,
255
emitOffsets(Asm,
SecBegin
);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AccelTable.cpp
163
const MCSymbol *
SecBegin
;
170
ArrayRef<Atom> Atoms, const MCSymbol *
SecBegin
)
174
HeaderData(Atoms),
SecBegin
(
SecBegin
) {}
361
emitOffsets(
SecBegin
);
546
StringRef Prefix, const MCSymbol *
SecBegin
,
549
AppleAccelTableWriter(Asm, Contents, Atoms,
SecBegin
).emit();
655
SecBegin
->print(OS, nullptr);
Completed in 376 milliseconds