Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h34 struct NormalizedSymbol { struct
38 NormalizedSymbol(Optional<StringRef> Name, uint64_t Value, uint8_t Type, in NormalizedSymbol() argument
47 NormalizedSymbol &operator=(const NormalizedSymbol &) = delete; argument
49 NormalizedSymbol &operator=(NormalizedSymbol &&) = delete; argument
51 Optional<StringRef> Name;
52 uint64_t Value = 0;
53 uint8_t Type = 0;
54 uint8_t Sect = 0;
55 uint16_t Desc = 0;
56 Linkage L = Linkage::Strong;
[all …]