Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp270 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
278 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
286 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
294 emitAppleAccelTable(Asm.get(), Table, "types", SectionBegin); in emitAppleTypes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h303 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, in emitAppleAccelTable() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2296 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()