Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h190 bool IsCode = SecB.isText(); in processSubtractRelocation() local
216 bool IsCode = SecA.isText(); in processSubtractRelocation() local
DRuntimeDyldCOFFX86_64.h256 bool IsCode = SecI->isText(); in processRelocationRef() local
DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
DRuntimeDyldMachOARM.h384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp324 bool IsCode = SI->isText(); in loadObjectImpl() local
366 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
424 bool IsCode = SI->isText(); in loadObjectImpl() local
540 bool IsCode = Section.isText(); in computeTotalAllocSize() local
774 bool IsCode) { in emitSection()
892 bool IsCode, in findOrEmitSection()
DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
127 bool IsCode = Sec.isText(); in getRelocationValueRef() local
DRuntimeDyldELF.cpp667 bool IsCode = TSI->isText(); in findOPDEntrySection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h792 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function