Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c36 LLVMBool IsCode; member
46 void *addSection(size_t Size, LLVMBool IsCode) { in addSection()
/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 emitSection(const ObjectFile & Obj,const SectionRef & Section,bool IsCode) emitSection() argument
929 findOrEmitSection(const ObjectFile & Obj,const SectionRef & Section,bool IsCode,ObjSectionToIDMap & LocalSections) findOrEmitSection() argument
[all...]
H A DRuntimeDyldMachO.cpp127 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
78 bool IsCode = TargetSection.isText(); processScatteredVANILLA() local
H A DRuntimeDyldELF.cpp772 bool IsCode = TSI->isText(); findOPDEntrySection() local
/llvm-project/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp110 auto IsCode = (Prot & orc::MemProt::Exec) != orc::MemProt::None; in updateSection() local
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp465 const bool IsCode = (*TypeOrErr & SymbolRef::ST_Function); in accumulateLocs() local
/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp819 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; printCOFFSymbolTable() local
/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp58 bool IsCode = false; global() member
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h821 template <uint16_t Kind> static bool IsCode(const Node BA) { in IsCode() function