Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexInclusionStack.cpp22 void getInclusions(bool IsLocal, unsigned n, CXTranslationUnit TU, in getInclusions()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp174 bool FileSystem::IsLocal(const Twine &path) const { in IsLocal() function in FileSystem
180 bool FileSystem::IsLocal(const FileSpec &file_spec) const { in IsLocal() function in FileSystem
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp158 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp192 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost() local
H A DMLRegallocEvictAdvisor.cpp589 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp234 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp82 bool IsLocal; member
555 bool IsLocal = isa_and_nonnull<VarRegion>(MR) && in classifyObject() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp57 IsLocal, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp648 bool IsLocal = in LowerCall() local
661 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal( in LowerCall() local
1152 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerGlobalAddress() local
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h493 bool IsLocal; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp912 bool IsLocal = (Relocate->getParent() == StatepointInstr->getParent()); in LowerAsSTATEPOINT() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1651 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp733 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2076 bool IsLocal = false, in prepareSymbol()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5003 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()
H A DMasmParser.cpp6052 bool MasmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()