Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h153 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals()
292 uint32_t NumImportedGlobals = 0; variable
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp62 uint32_t NumImportedGlobals = 0; member in __anonfc97c1880111::WasmWriter
399 NumImportedGlobals++; in writeSectionContent()
477 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp659 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab()
1128 NumImportedGlobals++; in parseImportSection()
1256 Global.Index = NumImportedGlobals + Globals.size(); in parseGlobalSection()
1319 return Index < NumImportedGlobals + Globals.size(); in isValidGlobalIndex()
1327 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()
1379 return Globals[Index - NumImportedGlobals]; in getDefinedGlobal()