Home
last modified time | relevance | path

Searched refs:COFFObj (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp167 if (auto *COFFObj = dyn_cast<object::COFFObjectFile>(&Obj)) { in onObjLoad() local
173 for (auto &Sym : COFFObj->symbols()) { in onObjLoad()
189 if (*Sec == COFFObj->section_end()) in onObjLoad()
191 auto &COFFSec = *COFFObj->getCOFFSection(**Sec); in onObjLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp116 const auto COFFObj = cast<COFFObjectFile>(this); in makeTriple() local
117 if (COFFObj->getArch() == Triple::thumb) in makeTriple()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp462 if (auto *COFFObj = dyn_cast<object::COFFObjectFile>(Obj)) { in isRequiredForExecution() local
463 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution()
486 if (auto *COFFObj = dyn_cast<object::COFFObjectFile>(Obj)) in isReadOnlyData() local
487 return ((COFFObj->getCOFFSection(Section)->Characteristics & in isReadOnlyData()
503 if (auto *COFFObj = dyn_cast<object::COFFObjectFile>(Obj)) in isZeroInit() local
504 return COFFObj->getCOFFSection(Section)->Characteristics & in isZeroInit()