Home
last modified time | relevance | path

Searched refs:ExtName (Results 26 – 50 of 413) sorted by relevance

12345678910>>...17

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h79 std::string ExtName; member
96 return L.Name == R.Name && L.ExtName == R.ExtName &&
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Object/
H A DCOFFImportFile.h79 std::string ExtName; member
96 return L.Name == R.Name && L.ExtName == R.ExtName &&
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DCOFFImportFile.h79 std::string ExtName; member
96 return L.Name == R.Name && L.ExtName == R.ExtName &&
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Object/
H A DCOFFImportFile.h79 std::string ExtName; member
96 return L.Name == R.Name && L.ExtName == R.ExtName &&
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Object/
H A DCOFFImportFile.h75 std::string ExtName; member
86 return L.Name == R.Name && L.ExtName == R.ExtName &&
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Object/
H A DCOFFImportFile.h75 std::string ExtName; member
86 return L.Name == R.Name && L.ExtName == R.ExtName &&
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/COFF/
H A DInputFiles.cpp486 StringRef ExtName; in parse() local
489 ExtName = ""; in parse()
492 ExtName = Name; in parse()
495 ExtName = ltrim1(Name, "?@_"); in parse()
498 ExtName = ltrim1(Name, "?@_"); in parse()
499 ExtName = ExtName.substr(0, ExtName.find('@')); in parse()
504 ExternalName = ExtName; in parse()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/COFF/
H A DInputFiles.cpp463 StringRef ExtName; in parse() local
466 ExtName = ""; in parse()
469 ExtName = Name; in parse()
472 ExtName = ltrim1(Name, "?@_"); in parse()
475 ExtName = ltrim1(Name, "?@_"); in parse()
476 ExtName = ExtName.substr(0, ExtName.find('@')); in parse()
481 ExternalName = ExtName; in parse()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py157 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp, FromItem=0): argument
158 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
162 ExtName,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp238 E.ExtName = E.Name; in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
248 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp238 E.ExtName = E.Name; in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
248 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp238 E.ExtName = E.Name; in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
248 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp238 E.ExtName = E.Name; in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
248 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp238 E.ExtName = E.Name; in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
248 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp238 E.ExtName = E.Name; in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
248 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Object/
H A DCOFFModuleDefinition.cpp238 E.ExtName = E.Name; in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
248 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp238 E.ExtName = E.Name; in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
248 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()

12345678910>>...17