Searched refs:emitAppleAccelTable (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfStreamer.cpp | 232 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/ |
D | AccelTable.h | 305 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, in emitAppleAccelTable() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1525 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
|