Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp209 bool IsCode = SI->isText(); in loadObjectImpl() local
242 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
359 bool IsCode = Section.isText(); in computeTotalAllocSize() local
559 const SectionRef &Section, bool IsCode) { in emitSection()
657 bool IsCode, in findOrEmitSection()
DRuntimeDyldMachO.cpp76 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
118 bool IsCode = Sec.isText(); in getRelocationValueRef() local
DRuntimeDyldELF.cpp868 bool IsCode = tsi->isText(); in findOPDEntrySection() local
/external/llvm/tools/lli/
DRemoteMemoryManager.h38 bool IsCode; member
DRemoteTargetExternal.cpp138 bool IsCode) { in SendLoadSection()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h167 bool IsCode = SecI->isText(); in processRelocationRef() local
DRuntimeDyldMachOARM.h239 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOI386.h155 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp122 void LLIChildTarget::handleLoadSection(bool IsCode) { in handleLoadSection()
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Djavascripttokens.py145 def IsCode(self): member in JavaScriptToken