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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp309 uint8_t NType; member in struct:__anon4841::NMSymbol
377 uint8_t NType = 0; local
386 NType |= MachO::N_EXT;
388 NType |= MachO::N_PEXT;
390 NType |= MachO::N_EXT | MachO::N_UNDF;
395 NType |= MachO::N_SECT;
413 NType = STE_64.n_type;
419 NType = S.NType;
431 NType
631 uint8_t NType; member in struct:DarwinStabName
668 getDarwinStabString(uint8_t NType) argument
680 uint8_t NType; local
1030 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp379 struct NType { struct in namespace:llvm::yaml::__anon3749
380 NType(IO &) : Type(RelocType(0)) {} function in struct:llvm::yaml::__anon3749::NType
381 NType(IO &, uint16_t T) : Type(RelocType(T)) {} function in struct:llvm::yaml::__anon3749::NType
417 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT(
421 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT(
425 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT(
429 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1687 uint8_t NType = 0; local
1698 NType = STE_64.n_type;
1705 NType = STE.n_type;
1711 if ((NType & MachO::N_STAB) == 0) {
1712 if ((NType & MachO::N_TYPE) == MachO::N_SECT) {
1717 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
1724 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
1725 (NType & MachO::N_TYPE) == MachO::N_PBUD)) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1609 uint8_t NType = (MachO->is64Bit() ?
1612 if (NType & MachO::N_STAB)
2397 uint8_t NType =
2400 if (NType & MachO::N_STAB)

Completed in 74 milliseconds