/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 362 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 D | WasmYAML.h | 386 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/ |
D | WasmYAML.h | 387 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/ |
D | WasmYAML.h | 387 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/ |
D | WasmYAML.h | 387 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/ |
D | WasmYAML.h | 387 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 D | Wasm.h | 288 uint32_t CodeSection = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | Wasm.h | 306 uint32_t CodeSection = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | Wasm.h | 299 uint32_t CodeSection = 0; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | Wasm.h | 296 uint32_t CodeSection = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | Wasm.h | 306 uint32_t CodeSection = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | Wasm.h | 306 uint32_t CodeSection = 0; variable
|
/aosp_15_r20/external/pytorch/torch/utils/model_dump/ |
H A D | code.js | 333 function CodeSection({model: {code_files}}) { class
|
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
|