Home
last modified time | relevance | path

Searched refs:NType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp232 uint8_t NType; member
322 uint8_t NType = 0; in darwinPrintSymbol() local
364 NType = S.NType; in darwinPrintSymbol()
376 NType = STE.n_type; in darwinPrintSymbol()
382 NType = S.NType; in darwinPrintSymbol()
576 uint8_t NType; member
615 if (I.NType == NType) in getDarwinStabString()
625 uint8_t NType; in darwinPrintStab() local
631 NType = STE_64.n_type; in darwinPrintStab()
636 NType = STE.n_type; in darwinPrintStab()
[all …]
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp383 struct NType { struct
384 NType(IO &) : Type(RelocType(0)) {} in NType() argument
385 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function
421 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
425 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
429 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
433 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp224 uint8_t NType; member
246 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument
248 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1697 uint8_t NType = 0; in checkSymbolTable() local
1708 NType = STE_64.n_type; in checkSymbolTable()
1715 NType = STE.n_type; in checkSymbolTable()
1721 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()
1722 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()
1727 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()
1734 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1735 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1300 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local
1303 if (NType & MachO::N_STAB) in disassembleObject()
2184 uint8_t NType = in printSymbol() local
2187 if (NType & MachO::N_STAB) in printSymbol()