Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFYAML.cpp314 struct NType { struct
315 NType(IO &) : Type(RelocType(0)) {} in NType() argument
316 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function
317 uint16_t denormalize(IO &) { return Type; } in denormalize()
318 RelocType Type;
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp280 uint8_t NType; in darwinPrintSymbol() local
457 uint8_t NType; member
493 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString()
506 uint8_t NType; in darwinPrintStab() local
741 uint8_t NType = getNType(Obj, Symb); in getSymbolNMTypeChar() local