Home
last modified time | relevance | path

Searched defs:IsLocal (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp162 bool FileSystem::IsLocal(const Twine &path) const { in IsLocal() function in FileSystem
168 bool FileSystem::IsLocal(const FileSpec &file_spec) const { in IsLocal() function in FileSystem
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp193 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost() local
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp610 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures() local
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp242 bool IsLocal = shouldAssumeDSOLocal(GV); in getTLSModel() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp234 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp56 IsLocal, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp82 bool IsLocal; member
557 bool IsLocal = in classifyObject() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp652 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerCall() local
664 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(nullptr); in LowerCall() local
1154 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerGlobalAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h710 bool IsLocal; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp915 bool IsLocal = (Relocate->getParent() == StatepointInstr->getParent()); in LowerAsSTATEPOINT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp986 bool IsLocal, in selectAddr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1823 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp789 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2072 bool IsLocal = false, in prepareSymbol()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5032 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()
H A DMasmParser.cpp6020 bool MasmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7305 getAddr(NodeTy * N,SelectionDAG & DAG,bool IsLocal,bool IsExternWeak) const getAddr() argument