HomeSort by: relevance | last modified time | path
    Searched refs:N_AST (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
stab.d 56 N_AST = 0x32, /// AST file path: name,,NO_SECT,0,0
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp 222 {MachO::N_PC, "N_PC"}, {MachO::N_AST, "N_AST"},
414 if (Type == MachO::N_AST) {
MachOUtils.cpp 166 // Do not transfer N_AST symbols as their content is copied into a section of
168 if (NList.n_type == MachO::N_AST)
DwarfLinkerForBinary.cpp 394 // N_AST objects (swiftmodule files) should get dumped directly into the
396 if (Obj->getType() == MachO::N_AST) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 362 N_AST = 0x32u,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 656 {MachO::N_AST, "AST"},

Completed in 39 milliseconds