/external/llvm-project/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 309 uint8_t NType; member 379 uint8_t NType = 0; in darwinPrintSymbol() local 388 NType |= MachO::N_EXT; in darwinPrintSymbol() 390 NType |= MachO::N_PEXT; in darwinPrintSymbol() 392 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol() 397 NType |= MachO::N_SECT; in darwinPrintSymbol() 415 NType = STE_64.n_type; in darwinPrintSymbol() 421 NType = S.NType; in darwinPrintSymbol() 433 NType = STE.n_type; in darwinPrintSymbol() 439 NType = S.NType; in darwinPrintSymbol() [all …]
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 300 uint8_t NType = 0; in darwinPrintSymbol() local 309 NType |= MachO::N_EXT; in darwinPrintSymbol() 311 NType |= MachO::N_PEXT; in darwinPrintSymbol() 313 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol() 318 NType |= MachO::N_SECT; in darwinPrintSymbol() 335 NType = STE_64.n_type; in darwinPrintSymbol() 345 NType = STE.n_type; in darwinPrintSymbol() 358 format("%02x", NType).print(Str, sizeof(Str)); in darwinPrintSymbol() 371 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol() 373 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol() [all …]
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 379 struct NType { struct 380 NType(IO &) : Type(RelocType(0)) {} in NType() function 381 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument 417 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping() 421 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping() 425 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping() 429 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 379 struct NType { struct 380 NType(IO &) : Type(RelocType(0)) {} in NType() function 381 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function 417 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping() 421 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping() 425 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping() 429 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 167 uint8_t NType; member 189 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument 191 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
|
/external/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 316 struct NType { struct 317 NType(IO &) : Type(RelocType(0)) {} in NType() argument 318 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function 349 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping() 353 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 214 uint8_t NType; member 236 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument 238 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1687 uint8_t NType = 0; in checkSymbolTable() local 1698 NType = STE_64.n_type; in checkSymbolTable() 1705 NType = STE.n_type; in checkSymbolTable() 1711 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable() 1712 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable() 1717 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable() 1724 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable() 1725 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1690 uint8_t NType = 0; in checkSymbolTable() local 1701 NType = STE_64.n_type; in checkSymbolTable() 1708 NType = STE.n_type; in checkSymbolTable() 1714 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable() 1715 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable() 1720 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable() 1727 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable() 1728 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1685 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local 1688 if (NType & MachO::N_STAB) in disassembleObject() 2489 uint8_t NType = in printSymbol() local 2492 if (NType & MachO::N_STAB) in printSymbol()
|