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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 125 const bool IsExtern = SecI == Obj.section_end();
167 if (IsExtern) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 327 unsigned IsExtern = 0;
347 IsExtern = 1;
375 (IsExtern << 27) |
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 117 unsigned IsExtern = 0;
141 IsExtern = 1;
361 (IsExtern << 27) | (Type << 28);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 117 unsigned IsExtern = 0;
141 IsExtern = 1;
183 IsExtern = 1;
187 IsExtern = 0;
196 (IsExtern << 27) |
202 IsExtern = 1;
206 IsExtern = 0;
230 IsExtern = 1;
238 IsExtern = 0;
333 (IsExtern << 27)
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE);
540 if (IsExtern) {
566 const char *Kind = IsExtern ? "Symbol" : "Section";

Completed in 70 milliseconds