/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 270 InitFunctions[&JD].add(KV.first); in notifyAdding() 322 InitFunctions[&JD].add(InitName); in registerInitFunc() 347 auto IFItr = InitFunctions.find(NextJD.get()); in getInitializers() 348 if (IFItr != InitFunctions.end()) { in getInitializers() 350 InitFunctions.erase(IFItr); in getInitializers() 539 DenseMap<JITDylib *, SymbolLookupSet> InitFunctions; member in __anonaa8ea7fb0111::GenericLLVMIRPlatformSupport
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 228 if (Section.InitFunctions.size()) { in writeSectionContent() 230 encodeULEB128(Section.InitFunctions.size(), SubSection.getStream()); in writeSectionContent() 231 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) { in writeSectionContent()
|
H A D | WasmYAML.cpp | 72 IO.mapOptional("InitFunctions", Section.InitFunctions); in sectionMapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 243 if (Section.InitFunctions.size()) { in writeSectionContent() 245 encodeULEB128(Section.InitFunctions.size(), SubSection.getStream()); in writeSectionContent() 246 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) { in writeSectionContent()
|
H A D | WasmYAML.cpp | 76 IO.mapOptional("InitFunctions", Section.InitFunctions); in sectionMapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 200 std::vector<WasmInitFunc> InitFunctions; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | Wasm.h | 476 std::vector<WasmInitFunc> InitFunctions; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | Wasm.h | 476 std::vector<WasmInitFunc> InitFunctions; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 236 std::vector<WasmInitFunc> InitFunctions; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | Wasm.h | 236 std::vector<WasmInitFunc> InitFunctions; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | Wasm.h | 476 std::vector<WasmInitFunc> InitFunctions; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 234 std::vector<InitFunction> InitFunctions; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 258 std::vector<InitFunction> InitFunctions; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 259 std::vector<InitFunction> InitFunctions; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 259 std::vector<InitFunction> InitFunctions; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 259 std::vector<InitFunction> InitFunctions; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 259 std::vector<InitFunction> InitFunctions; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 433 LinkingData.InitFunctions.reserve(Count); in parseLinkingSection() 442 LinkingData.InitFunctions.emplace_back(Init); in parseLinkingSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 554 LinkingData.InitFunctions.reserve(Count); in parseLinkingSection() 563 LinkingData.InitFunctions.emplace_back(Init); in parseLinkingSection()
|