Searched refs:NType (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp244 uint8_t NType = 0; local
253 NType |= MachO::N_EXT;
255 NType |= MachO::N_PEXT;
257 NType |= MachO::N_EXT | MachO::N_UNDF;
262 NType |= MachO::N_SECT;
283 NType = STE_64.n_type;
293 NType = STE.n_type;
306 format("%02x", NType).print(Str, sizeof(Str));
319 if ((NType & MachO::N_TYPE) == MachO::N_INDR)
321 if (Obj.isIR() && (NType
462 uint8_t NType; member in struct:DarwinStabName
499 getDarwinStabString(uint8_t NType) argument
512 uint8_t NType; local
764 uint8_t NType = getNType(Obj, Symb); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp316 struct NType { struct in namespace:llvm::yaml::__anon2630
317 NType(IO &) : Type(RelocType(0)) {} function in struct:llvm::yaml::__anon2630::NType
318 NType(IO &, uint16_t T) : Type(RelocType(T)) {} function in struct:llvm::yaml::__anon2630::NType
349 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT(
353 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT(

Completed in 53 milliseconds