Home
last modified time | relevance | path

Searched defs:IsCode (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h189 bool IsCode = SecB.isText(); in processSubtractRelocation() local
215 bool IsCode = SecA.isText(); in processSubtractRelocation() local
DRuntimeDyldMachOI386.h172 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
DRuntimeDyldMachOARM.h383 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp336 bool IsCode = SI->isText(); in loadObjectImpl() local
382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
440 bool IsCode = SI->isText(); in loadObjectImpl() local
556 bool IsCode = Section.isText(); in computeTotalAllocSize() local
803 bool IsCode) { in emitSection()
929 bool IsCode, in findOrEmitSection()
DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
127 bool IsCode = Sec.isText(); in getRelocationValueRef() local
DRuntimeDyldELF.cpp767 bool IsCode = TSI->isText(); in findOPDEntrySection() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DCOFFDump.cpp809 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DSearchableTableEmitter.cpp55 bool IsCode = false; member
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRDFGraph.h791 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function