Home
last modified time | relevance | path

Searched full:initfunctions (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/wasm/
Dlinking_section.yaml48 InitFunctions:
67 # CHECK-NEXT: InitFunctions:
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp170 if (!LinkingData.InitFunctions.empty()) { in printSections()
171 ListScope Group(W, "InitFunctions"); in printSections()
172 for (const wasm::WasmInitFunc &F: LinkingData.InitFunctions) in printSections()
/external/deqp/framework/opengl/
DgluRenderContext.hpp241 // \note initFunctions() and initExtensionFunctions() without explicit extension list
243 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
DgluRenderContext.cpp302 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp116 for (const wasm::WasmInitFunc &Func : Obj.linkingData().InitFunctions) { in dumpCustomSection()
118 LinkingSec->InitFunctions.emplace_back(F); in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp192 if (Section.InitFunctions.size()) { in writeSectionContent()
194 encodeULEB128(Section.InitFunctions.size(), SubSection.GetStream()); in writeSectionContent()
195 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) { in writeSectionContent()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dinitialize.c14 * Internal initfunctions
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp197 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp734 void initFunctions (glw::Functions* gl) in initFunctions() function
761 initFunctions(&m_functions); in RenderContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp63 IO.mapOptional("InitFunctions", Section.InitFunctions); in sectionMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Dglobal-ctor-dtor.ll175 ; CHECK-NEXT: InitFunctions:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h168 std::vector<WasmInitFunc> InitFunctions; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h201 std::vector<InitFunction> InitFunctions; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp391 LinkingData.InitFunctions.reserve(Count); in parseLinkingSection()
400 LinkingData.InitFunctions.emplace_back(Init); in parseLinkingSection()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp716 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()