Searched refs:IsLocal (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/posix/
H A DFileSystem.cpp255 static bool IsLocal(const struct statvfs& info) function
260 static bool IsLocal(const struct statfs& info) function
281 FileSystem::IsLocal(const FileSpec &spec) function in class:FileSystem
286 return ::IsLocal(statfs_info);
291 FileSystem::IsLocal(const FileSpec &spec) function in class:FileSystem
296 return ::IsLocal(statfs_info);
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DFunctionInfo.h73 void setLocalFunction(bool IsLocal) { IsLocalFunction = IsLocal; } argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h61 static bool IsLocal(const FileSpec &spec);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h128 bool IsLocal = false) const;
H A DRuntimeDyldELF.cpp1144 bool IsLocal) const {
1147 if (IsLocal)
1153 if (IsLocal)
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp442 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
1600 return parseDirectiveComm(/*IsLocal=*/false);
1602 return parseDirectiveComm(/*IsLocal=*/true);
3835 bool AsmParser::parseDirectiveComm(bool IsLocal) { argument
3864 if (IsLocal && LCOMM == LCOMM::NoAlignment)
3868 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||
3869 (IsLocal && LCOMM == LCOMM::ByteAlignment)) {
3898 if (IsLocal) {
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp102 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
995 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { argument
1064 if (IsLocal) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp967 if (FileSystem::IsLocal(*this))
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp729 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg);
792 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) &&
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5602 bool IsLocal = Record[1]; local
5606 FS->setLocalFunction(IsLocal);

Completed in 262 milliseconds