Home
last modified time | relevance | path

Searched defs:IsPIC (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h137 bool IsPIC = isPositionIndependent(); variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp222 bool IsPIC = false; in getMIPSTargetFeatures() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp176 bool IsPIC; member in __anone5a1286a0111::MipsBranchExpansion
H A DMipsISelLowering.cpp3197 bool IsPIC = isPositionIndependent(); in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1379 bool IsPIC = HTM.isPositionIndependent(); in insertCSRSpillsInBlock() local
1444 bool IsPIC = HTM.isPositionIndependent(); in insertCSRRestoresInBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2651 bool IsPIC = in ExpandMI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3135 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, in getLabelAccessInfo()
3213 bool IsPIC = isPositionIndependent(); in LowerConstantPool() local
3301 bool IsPIC = isPositionIndependent(); in LowerJumpTable() local
3346 bool IsPIC = isPositionIndependent(); in LowerBlockAddress() local
3708 bool IsPIC = isPositionIndependent(); in LowerGlobalAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp448 bool IsPIC = false; member in __anonee973c6c0111::X86AsmParser::IntelExprStateMachine