Searched defs:NType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp316 struct NType { struct in namespace:llvm::yaml::__anon12872
317 NType(IO &) : Type(RelocType(0)) {} function in struct:llvm::yaml::__anon12872::NType
318 NType(IO &, uint16_t T) : Type(RelocType(T)) {} function in struct:llvm::yaml::__anon12872::NType
349 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT(
353 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT(
/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp167 uint8_t NType; member in struct:DarwinStabName
189 static const char *getDarwinStabString(uint8_t NType) { argument
191 if (DarwinStabNames[i].NType == NType)
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp300 uint8_t NType = 0; local
309 NType |= MachO::N_EXT;
311 NType |= MachO::N_PEXT;
313 NType |= MachO::N_EXT | MachO::N_UNDF;
318 NType |= MachO::N_SECT;
335 NType = STE_64.n_type;
345 NType = STE.n_type;
358 format("%02x", NType).print(Str, sizeof(Str));
371 if ((NType & MachO::N_TYPE) == MachO::N_INDR)
373 if (Obj.isIR() && (NType
521 uint8_t NType; member in struct:DarwinStabName
558 getDarwinStabString(uint8_t NType) argument
571 uint8_t NType; local
844 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type local
[all...]

Completed in 159 milliseconds