Home
last modified time | relevance | path

Searched defs:NType (Results 1 – 5 of 5) sorted by relevance

/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() argument
319 uint16_t denormalize(IO &) { return Type; } in denormalize()
320 RelocType Type;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp379 struct NType { struct
380 NType(IO &) : Type(RelocType(0)) {} in NType() function
381 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument
383 uint16_t denormalize(IO &) { return Type; } in denormalize()
385 RelocType Type;
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp300 uint8_t NType = 0; in darwinPrintSymbol() local
521 uint8_t NType; member
558 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString()
571 uint8_t NType; in darwinPrintStab() local
844 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type in getSymbolNMTypeChar() local
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp167 uint8_t NType; member
189 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1687 uint8_t NType = 0; in checkSymbolTable() local