Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h190 bool IsCode = SecB.isText(); in processSubtractRelocation() local
216 bool IsCode = SecA.isText(); in processSubtractRelocation() local
H A DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
H A DRuntimeDyldMachOARM.h384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp333 bool IsCode = SI->isText(); in loadObjectImpl() local
376 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
434 bool IsCode = SI->isText(); in loadObjectImpl() local
550 bool IsCode = Section.isText(); in computeTotalAllocSize() local
792 bool IsCode) { in emitSection()
910 bool IsCode, in findOrEmitSection()
H A DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
127 bool IsCode = Sec.isText(); in getRelocationValueRef() local
H A DRuntimeDyldELF.cpp732 bool IsCode = TSI->isText(); in findOPDEntrySection() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp638 bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp57 bool IsCode = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h788 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function