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.h118 bool IsPIC = isPositionIndependent(); variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp223 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.cpp3349 bool IsPIC = isPositionIndependent(); in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1366 bool IsPIC = HTM.isPositionIndependent(); in insertCSRSpillsInBlock() local
1431 bool IsPIC = HTM.isPositionIndependent(); in insertCSRRestoresInBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2693 bool IsPIC = in ExpandMI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3149 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, in getLabelAccessInfo()
3226 bool IsPIC = isPositionIndependent(); in LowerConstantPool() local
3314 bool IsPIC = isPositionIndependent(); in LowerJumpTable() local
3359 bool IsPIC = isPositionIndependent(); in LowerBlockAddress() local
3723 bool IsPIC = isPositionIndependent(); in LowerGlobalAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp454 bool IsPIC = false; member in __anonee973c6c0111::X86AsmParser::IntelExprStateMachine