Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h156 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals()
296 uint32_t NumImportedGlobals = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp62 uint32_t NumImportedGlobals = 0; member in __anon07ec07460111::WasmWriter
386 NumImportedGlobals++; in writeSectionContent()
470 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp579 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab()
1048 NumImportedGlobals++; in parseImportSection()
1163 Global.Index = NumImportedGlobals + Globals.size(); in parseGlobalSection()
1226 return Index < NumImportedGlobals + Globals.size(); in isValidGlobalIndex()
1234 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()
1286 return Globals[Index - NumImportedGlobals]; in getDefinedGlobal()