Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h295 struct CodeSection : Section { struct
296 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
298 static bool classof(const Section *S) { in classof()
302 std::vector<Function> Functions;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h260 uint32_t CodeSection = 0; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp553 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local