Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp194 bool IsCode = SI->isText(); in loadObjectImpl() local
232 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
348 bool IsCode = Section.isText(); in computeTotalAllocSize() local
548 const SectionRef &Section, bool IsCode) { in emitSection()
635 bool IsCode, in findOrEmitSection()
DRuntimeDyldMachO.cpp79 bool IsCode = Sec.isText(); in getRelocationValueRef() local
DRuntimeDyldELF.cpp659 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/
DRuntimeDyldMachOI386.h157 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
212 bool IsCode = TargetSection.isText(); in processI386ScatteredVANILLA() local
DRuntimeDyldCOFFX86_64.h131 bool IsCode = SecI->isText(); in processRelocationRef() local
DRuntimeDyldMachOARM.h238 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp122 void LLIChildTarget::handleLoadSection(bool IsCode) { in handleLoadSection()
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Djavascripttokens.py139 def IsCode(self): member in JavaScriptToken