HomeSort by: relevance | last modified time | path
    Searched refs:NType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 321 uint8_t NType;
391 uint8_t NType = 0;
400 NType |= MachO::N_EXT;
402 NType |= MachO::N_PEXT;
404 NType |= MachO::N_EXT | MachO::N_UNDF;
409 NType |= MachO::N_SECT;
427 NType = STE_64.n_type;
433 NType = S.NType;
445 NType = STE.n_type
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFYAML.cpp 379 struct NType {
380 NType(IO &) : Type(RelocType(0)) {}
381 NType(IO &, uint16_t T) : Type(RelocType(T)) {}
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(
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp 214 uint8_t NType;
236 static const char *getDarwinStabString(uint8_t NType) {
238 if (DarwinStabNames[i].NType == NType)
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1690 uint8_t NType = 0;
1701 NType = STE_64.n_type;
1708 NType = STE.n_type;
1714 if ((NType & MachO::N_STAB) == 0) {
1715 if ((NType & MachO::N_TYPE) == MachO::N_SECT) {
1720 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
1727 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
1728 (NType & MachO::N_TYPE) == MachO::N_PBUD)) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 1089 uint8_t NType = (MachO->is64Bit() ?
1092 if (NType & MachO::N_STAB)
1884 uint8_t NType =
1887 if (NType & MachO::N_STAB)

Completed in 25 milliseconds