/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexInclusionStack.cpp | 22 void getInclusions(bool IsLocal, unsigned n, CXTranslationUnit TU, in getInclusions()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | FileSystem.cpp | 174 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 D | TargetMachine.cpp | 158 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegAllocEvictionAdvisor.cpp | 192 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost() local
|
H A D | MLRegallocEvictAdvisor.cpp | 589 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 234 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 82 bool IsLocal; member 555 bool IsLocal = isa_and_nonnull<VarRegion>(MR) && in classifyObject() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 57 IsLocal, enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 648 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 D | DWARFAcceleratorTable.h | 493 bool IsLocal; variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 912 bool IsLocal = (Relocate->getParent() == StatepointInstr->getParent()); in LowerAsSTATEPOINT() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1651 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 733 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2076 bool IsLocal = false, in prepareSymbol()
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5003 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()
|
H A D | MasmParser.cpp | 6052 bool MasmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()
|