Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp300 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/tools/dsymutil/
DMachODebugMapParser.cpp167 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/
DCOFFYAML.cpp316 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/abi-compliance-checker/
Dabi-compliance-checker.pl3420 my $NType = $NodeType{$TType};
3421 if($NType eq "Intrinsic") {
3422 return $NType;
3433 elsif($NType ne "Other") {
3434 return $NType;