Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp157 bool FileSystem::IsLocal(const Twine &path) const { in IsLocal() function in FileSystem
163 bool FileSystem::IsLocal(const FileSpec &file_spec) const { in IsLocal() function in FileSystem
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp215 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp299 static RelType getMipsPairType(RelType Type, bool IsLocal) { in getMipsPairType()
596 bool IsLocal) { in computeMipsAddend()
631 bool IsLocal) { in computeAddend()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp236 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp82 bool IsLocal; member
543 bool IsLocal = in classifyObject() local
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h480 bool IsLocal; variable
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp729 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp874 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4735 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()