Searched full:initfunctions (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/wasm/ |
D | linking_section.yaml | 48 InitFunctions: 67 # CHECK-NEXT: InitFunctions:
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | WasmDumper.cpp | 170 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/ |
D | gluRenderContext.hpp | 241 // \note initFunctions() and initExtensionFunctions() without explicit extension list 243 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
|
D | gluRenderContext.cpp | 302 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 116 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/ |
D | yaml2wasm.cpp | 192 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/ |
D | initialize.c | 14 * Internal initfunctions
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 197 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 734 void initFunctions (glw::Functions* gl) in initFunctions() function 761 initFunctions(&m_functions); in RenderContext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 63 IO.mapOptional("InitFunctions", Section.InitFunctions); in sectionMapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | global-ctor-dtor.ll | 175 ; CHECK-NEXT: InitFunctions:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 168 std::vector<WasmInitFunc> InitFunctions; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 201 std::vector<InitFunction> InitFunctions; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 391 LinkingData.InitFunctions.reserve(Count); in parseLinkingSection() 400 LinkingData.InitFunctions.emplace_back(Init); in parseLinkingSection()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 716 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()
|