Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h191 bool IsCode = SecB.isText(); in processSubtractRelocation() local
217 bool IsCode = SecA.isText(); in processSubtractRelocation() local
DRuntimeDyldCOFFX86_64.h171 bool IsCode = SecI->isText(); in processRelocationRef() local
DRuntimeDyldMachOARM.h252 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOI386.h171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp268 bool IsCode = SI->isText(); in loadObjectImpl() local
306 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
435 bool IsCode = Section.isText(); in computeTotalAllocSize() local
654 bool IsCode) { in emitSection()
755 bool IsCode, in findOrEmitSection()
DRuntimeDyldMachO.cpp77 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
125 bool IsCode = Sec.isText(); in getRelocationValueRef() local
DRuntimeDyldELF.cpp883 bool IsCode = TSI->isText(); in findOPDEntrySection() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h721 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function