Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
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;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h288 uint32_t CodeSection = 0; variable
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local