Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp36 struct COFFParser { struct
37 COFFParser(COFFYAML::Object &Obj, yaml::ErrorHandler EH) in COFFParser() argument
44 bool useBigObj() const { in useBigObj()
49 bool isPE() const { return Obj.OptionalHeader.hasValue(); } in isPE()
50 bool is64Bit() const { in is64Bit()
55 uint32_t getFileAlignment() const { in getFileAlignment()
59 unsigned getHeaderSize() const { in getHeaderSize()
63 unsigned getSymbolSize() const { in getSymbolSize()
67 bool parseSections() { in parseSections()
106 bool parseSymbols() { in parseSymbols()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp36 struct COFFParser { struct
37 COFFParser(COFFYAML::Object &Obj, yaml::ErrorHandler EH) in COFFParser() function
44 bool useBigObj() const { in useBigObj()
49 bool isPE() const { return Obj.OptionalHeader.hasValue(); } in isPE()
50 bool is64Bit() const { in is64Bit()
55 uint32_t getFileAlignment() const { in getFileAlignment()
59 unsigned getHeaderSize() const { in getHeaderSize()
63 unsigned getSymbolSize() const { in getSymbolSize()
67 bool parseSections() { in parseSections()
106 bool parseSymbols() { in parseSymbols()
[all …]
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp32 struct COFFParser { struct
33 COFFParser(COFFYAML::Object &Obj) in COFFParser() function
40 bool useBigObj() const { in useBigObj()
45 bool isPE() const { return Obj.OptionalHeader.hasValue(); } in isPE()
46 bool is64Bit() const { in is64Bit()
50 uint32_t getFileAlignment() const { in getFileAlignment()
54 unsigned getHeaderSize() const { in getHeaderSize()
58 unsigned getSymbolSize() const { in getSymbolSize()
62 bool parseSections() { in parseSections()
100 bool parseSymbols() { in parseSymbols()
[all …]