HomeSort by: relevance | last modified time | path
    Searched refs:CodeSection (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/powerpc/stand/mkbootimage/
pef.h 68 #define CodeSection 0
mkbootimage.c 629 textHdr.regionKind = CodeSection;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 369 struct CodeSection : Section {
370 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp 49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);
512 WasmYAML::CodeSection &Section) {
639 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get()))
WasmYAML.cpp 148 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) {
259 Section.reset(new WasmYAML::CodeSection());
260 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 300 uint32_t CodeSection = 0;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 646 for (const auto& CodeSection : MemMgr.FunctionMemory)
647 Worklist.push_back(&CodeSection);
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 341 auto CodeSec = std::make_unique<WasmYAML::CodeSection>();
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 1304 CodeSection = Sections.size();
1596 return CodeSection;

Completed in 37 milliseconds