Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dstab.d56 N_AST = 0x32, /// AST file path: name,,NO_SECT,0,0 enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp222 {MachO::N_PC, "N_PC"}, {MachO::N_AST, "N_AST"},
414 if (Type == MachO::N_AST) { in handleStabSymbolTableEntry()
H A DMachOUtils.cpp168 if (NList.n_type == MachO::N_AST) in transferSymbol()
H A DDwarfLinkerForBinary.cpp396 if (Obj->getType() == MachO::N_AST) { in link()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h362 N_AST = 0x32u, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp656 {MachO::N_AST, "AST"},