Home
last modified time | relevance | path

Searched refs:NumImportedGlobals (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h141 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals()
258 uint32_t NumImportedGlobals = 0; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp51 uint32_t NumImportedGlobals = 0; member in WasmWriter
293 NumImportedGlobals++; in writeSectionContent()
358 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp483 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab()
729 NumImportedGlobals++; in parseImportSection()
805 Global.Index = NumImportedGlobals + Globals.size(); in parseGlobalSection()
861 return Index < NumImportedGlobals + Globals.size(); in isValidGlobalIndex()
865 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()
891 return Globals[Index - NumImportedGlobals]; in getDefinedGlobal()