Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DWasm.h153 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals()
292 uint32_t NumImportedGlobals = 0; variable
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DWasmEmitter.cpp62 uint32_t NumImportedGlobals = 0; member in __anon8081bb370111::WasmWriter
399 NumImportedGlobals++; in writeSectionContent()
477 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent()
/openbsd/src/gnu/llvm/llvm/lib/Object/
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()