Home
last modified time | relevance | path

Searched refs:MayNeedFarStub (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h68 bool MayNeedFarStub : 1; // True if this relocation may require a far-stub variable
84 bool MayNeedFarStub = 0,
92 Result.MayNeedFarStub = MayNeedFarStub;
104 bool MayNeedFarStub = 0,
112 Result.MayNeedFarStub = MayNeedFarStub;
129 Result.MayNeedFarStub = false;
149 Result.MayNeedFarStub = NeedStub;
168 Result.MayNeedFarStub = false;
187 Result.MayNeedFarStub = false;
269 return MayNeedFarStub; in mayNeedFarStub()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp94 bool MayNeedFarStub) const;
205 bool MayNeedFarStub) const { in emitGlobalAddress()
207 const_cast<GlobalValue *>(GV), 0, MayNeedFarStub)); in emitGlobalAddress()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp472 bool MayNeedFarStub);
702 bool MayNeedFarStub) { in getPointerToGlobal() argument
723 if (!MayNeedFarStub) { in getPointerToGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp346 bool MayNeedFarStub, bool Indirect,
467 bool MayNeedFarStub, bool Indirect, in emitGlobalAddress() argument
472 ACPV, MayNeedFarStub) in emitGlobalAddress()
475 MayNeedFarStub); in emitGlobalAddress()