HomeSort by relevance Sort by last modified time
    Searched defs:IsCode (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/lli/
RemoteMemoryManager.h 34 : MB(mb), Alignment(a), IsCode(code) {}
38 bool IsCode;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 139 def IsCode(self):
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokens.py 139 def IsCode(self):
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 161 bool IsCode;
168 Check(SI->isText(IsCode));
170 findOrEmitSection(*Obj, *SI, IsCode, LocalSections);
198 bool IsCode = false;
199 Check(RelocatedSection->isText(IsCode));
201 findOrEmitSection(*Obj, *RelocatedSection, IsCode, LocalSections);
255 bool IsCode = false;
260 Check(Section.isText(IsCode));
278 if (IsCode) {
397 const SectionRef &Section, bool IsCode) {
    [all...]
RuntimeDyldMachO.cpp 579 bool IsCode;
580 SectionA.isText(IsCode);
581 uint32_t SectionAID = findOrEmitSection(Obj, SectionA, IsCode,
591 uint32_t SectionBID = findOrEmitSection(Obj, SectionB, IsCode,
639 bool IsCode;
640 TargetSection.isText(IsCode);
641 uint32_t TargetSectionID = findOrEmitSection(Obj, TargetSection, IsCode,
732 bool IsCode = false;
733 Sec.isText(IsCode);
734 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToID)
    [all...]

Completed in 501 milliseconds