Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp232 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
240 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
248 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
256 emitAppleAccelTable(Asm.get(), Table, "types", SectionBegin); in emitAppleTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h305 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, in emitAppleAccelTable() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1525 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()