Searched defs:IsCode (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText(); local
H A DRuntimeDyldMachOX86_64.h190 bool IsCode = SecB.isText(); local
216 bool IsCode = SecA.isText(); local
H A DRuntimeDyldMachOARM.h384 bool IsCode = SectionA.isText(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); local
127 bool IsCode = Sec.isText(); local
H A DRuntimeDyld.cpp376 bool IsCode = RelocatedSection->isText(); local
434 bool IsCode = SI->isText(); local
550 bool IsCode = Section.isText(); local
786 emitSection(const ObjectFile &Obj, const SectionRef &Section, bool IsCode) argument
904 findOrEmitSection(const ObjectFile &Obj, const SectionRef &Section, bool IsCode, ObjSectionToIDMap &LocalSections) argument
[all...]
H A DRuntimeDyldELF.cpp674 bool IsCode = TSI->isText(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp639 bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h792 static bool IsCode(const NodeAddr<NodeBase*> BA) { function in struct:DataFlowGraph

Completed in 181 milliseconds