Home
last modified time | relevance | path

Searched defs:CodeSection (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h362 struct CodeSection : Section { struct
363 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
365 static bool classof(const Section *S) { in classof()
369 std::vector<Function> Functions;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h386 struct CodeSection : Section { struct
387 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
389 static bool classof(const Section *S) { in classof()
393 std::vector<Function> Functions;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h387 struct CodeSection : Section { struct
388 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
390 static bool classof(const Section *S) { in classof()
394 std::vector<Function> Functions;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h387 struct CodeSection : Section { struct
388 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
390 static bool classof(const Section *S) { in classof()
394 std::vector<Function> Functions;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h387 struct CodeSection : Section { struct
388 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
390 static bool classof(const Section *S) { in classof()
394 std::vector<Function> Functions;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h387 struct CodeSection : Section { struct
388 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
390 static bool classof(const Section *S) { in classof()
394 std::vector<Function> Functions;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h288 uint32_t CodeSection = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DWasm.h306 uint32_t CodeSection = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DWasm.h299 uint32_t CodeSection = 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DWasm.h296 uint32_t CodeSection = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DWasm.h306 uint32_t CodeSection = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DWasm.h306 uint32_t CodeSection = 0; variable
/aosp_15_r20/external/pytorch/torch/utils/model_dump/
H A Dcode.js333 function CodeSection({model: {code_files}}) { class
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local