Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h189 bool IsCode = SecB.isText(); in processSubtractRelocation() local
215 bool IsCode = SecA.isText(); in processSubtractRelocation() local
H A DRuntimeDyldMachOI386.h172 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
H A DRuntimeDyldMachOARM.h383 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp336 bool IsCode = SI->isText(); in loadObjectImpl() local
382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
440 bool IsCode = SI->isText(); in loadObjectImpl() local
556 bool IsCode = Section.isText(); in computeTotalAllocSize() local
803 bool IsCode) { in emitSection() argument
929 findOrEmitSection(const ObjectFile & Obj,const SectionRef & Section,bool IsCode,ObjSectionToIDMap & LocalSections) findOrEmitSection() argument
[all...]
H A DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
127 bool IsCode = Sec.isText(); in getRelocationValueRef() local
H A DRuntimeDyldELF.cpp772 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp819 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp56 bool IsCode = false; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h821 template <uint16_t Kind> static bool IsCode(const Node BA) { in IsCode() function