Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFYAML.cpp314 struct NType { struct
315 NType(IO &) : Type(RelocType(0)) {} in NType() function
316 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function
317 uint16_t denormalize(IO &) { return Type; } in denormalize()
318 RelocType Type;
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp288 uint8_t NType; in darwinPrintSymbol() local
465 uint8_t NType; member
501 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString()
514 uint8_t NType; in darwinPrintStab() local
749 uint8_t NType = getNType(Obj, Symb); in getSymbolNMTypeChar() local