Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFYAML.cpp281 struct NType { struct
282 NType(IO &) : Type(RelocType(0)) {} in NType() argument
283 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function
284 uint16_t denormalize(IO &) { return Type; } in denormalize()
285 RelocType Type;
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp270 uint8_t NType; in darwinPrintSymbol() local
613 uint8_t NType = getNType(Obj, Symb); in getSymbolNMTypeChar() local