Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.h244 bool IsCode = SecI->isText(); in processRelocationRef() local
DRuntimeDyldMachOI386.h171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
DRuntimeDyldMachOARM.h380 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
/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
DRuntimeDyldMachOI386.h171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
DRuntimeDyldMachOARM.h252 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() 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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp319 bool IsCode = SI->isText(); in loadObjectImpl() local
357 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
486 bool IsCode = Section.isText(); in computeTotalAllocSize() local
704 bool IsCode) { in emitSection()
818 bool IsCode, in findOrEmitSection()
DRuntimeDyldMachO.cpp79 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
128 bool IsCode = Sec.isText(); in getRelocationValueRef() local
DRuntimeDyldELF.cpp657 bool IsCode = TSI->isText(); in findOPDEntrySection() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp617 bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h721 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.h793 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function
/external/v8/src/
Dcode-stub-assembler.cc5360 TNode<BoolT> CodeStubAssembler::IsCode(SloppyTNode<HeapObject> object) { in IsCode() function in v8::internal::CodeStubAssembler