Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h191 bool IsCode = SecB.isText(); in processSubtractRelocation() local
217 bool IsCode = SecA.isText(); in processSubtractRelocation() local
H A DRuntimeDyldCOFFX86_64.h257 bool IsCode = SecI->isText(); in processRelocationRef() local
H A DRuntimeDyldMachOI386.h171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
H A DRuntimeDyldMachOARM.h382 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp325 bool IsCode = SI->isText(); in loadObjectImpl() local
363 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
492 bool IsCode = Section.isText(); in computeTotalAllocSize() local
715 bool IsCode) { in emitSection()
829 bool IsCode, in findOrEmitSection()
H A DRuntimeDyldMachO.cpp79 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
128 bool IsCode = Sec.isText(); in getRelocationValueRef() local
H A DRuntimeDyldELF.cpp657 bool IsCode = TSI->isText(); in findOPDEntrySection() local
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp620 bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h793 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function