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

/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndexInclusionStack.cpp22 void getInclusions(bool IsLocal, unsigned n, CXTranslationUnit TU, argument
/openbsd-current/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp158 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); local
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide; member in struct:llvm::yaml::FunctionSummaryYaml
H A DModuleSummaryIndex.h410 GVFlags(GlobalValue::LinkageTypes Linkage, GlobalValue::VisibilityTypes Visibility, bool NotEligibleToImport, bool Live, bool IsLocal, bool CanAutoHide) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp234 bool IsLocal = GVar->hasLocalLinkage(); local
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp57 IsLocal, member in class:__anon1962::IRToNativeSizeLearning::NamedFeatureIndex
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp174 bool FileSystem::IsLocal(const Twine &path) const { function in class:FileSystem
180 bool FileSystem::IsLocal(const FileSpec &file_spec) const { function in class:FileSystem
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h493 bool IsLocal; member in class:llvm::DWARFDebugNames::ValueIterator
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp82 bool IsLocal; member in struct:__anon993::MoveChecker::ObjectKind
555 bool IsLocal = isa_and_nonnull<VarRegion>(MR) && local
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp648 bool IsLocal = local
661 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal( local
1152 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp912 bool IsLocal = (Relocate->getParent() == StatepointInstr->getParent()); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp589 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1651 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || local
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp733 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { argument
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6052 bool MasmParser::parseDirectiveComm(bool IsLocal) { argument
H A DAsmParser.cpp5003 bool AsmParser::parseDirectiveComm(bool IsLocal) { argument

Completed in 401 milliseconds