Searched defs:IsCode (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/lli/
H A DRemoteMemoryManager.h34 : MB(mb), Alignment(a), IsCode(code) {}
38 bool IsCode; member in struct:llvm::RemoteMemoryManager::Allocation
H A DRemoteTargetExternal.cpp138 bool IsCode) {
139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection;
135 SendLoadSection(uint64_t Addr, const void *Data, uint32_t Size, bool IsCode) argument
/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp25 void handleLoadSection(bool IsCode);
122 void LLIChildTarget::handleLoadSection(bool IsCode) { argument
143 // If IsCode, mark memory executable
144 if (IsCode)
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py139 def IsCode(self): member in class:JavaScriptToken
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py139 def IsCode(self): member in class:JavaScriptToken
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp161 bool IsCode; local
168 Check(SI->isText(IsCode));
170 findOrEmitSection(*Obj, *SI, IsCode, LocalSections);
198 bool IsCode = false; local
199 Check(RelocatedSection->isText(IsCode));
201 findOrEmitSection(*Obj, *RelocatedSection, IsCode, LocalSections);
255 bool IsCode = false; local
260 Check(Section.isText(IsCode));
278 if (IsCode) {
397 const SectionRef &Section, bool IsCode) {
396 emitSection(ObjectImage &Obj, const SectionRef &Section, bool IsCode) argument
483 findOrEmitSection(ObjectImage &Obj, const SectionRef &Section, bool IsCode, ObjSectionToIDMap &LocalSections) argument
[all...]
H A DRuntimeDyldMachO.cpp579 bool IsCode; local
580 SectionA.isText(IsCode);
581 uint32_t SectionAID = findOrEmitSection(Obj, SectionA, IsCode,
591 uint32_t SectionBID = findOrEmitSection(Obj, SectionB, IsCode,
639 bool IsCode; local
640 TargetSection.isText(IsCode);
641 uint32_t TargetSectionID = findOrEmitSection(Obj, TargetSection, IsCode,
732 bool IsCode = false; local
733 Sec.isText(IsCode);
734 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToI
[all...]

Completed in 1652 milliseconds