Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp379 struct NType { struct
380 NType(IO &) : Type(RelocType(0)) {} in NType() argument
381 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument
383 uint16_t denormalize(IO &) { return Type; } in denormalize()
385 RelocType Type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1687 uint8_t NType = 0; in checkSymbolTable() local