Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c37 LLVMBool IsCode; member
47 void *addSection(size_t Size, LLVMBool IsCode) { in addSection()
/openbsd-src/gnu/llvm/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()
929 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.cpp767 bool IsCode = TSI->isText(); in findOPDEntrySection() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp809 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp55 bool IsCode = false; member
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h791 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function