OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArchType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
X86.cpp
134
const llvm::Triple::
ArchType
ArchType
= Triple.getArch();
137
if (
ArchType
== llvm::Triple::x86_64) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
llvm-lipo.cpp
107
Optional<StringRef>
ArchType
;
116
std::string
ArchType
;
274
C.
ArchType
= ActionArgs[0]->getValue();
275
validateArchitectureName(C.
ArchType
);
284
C.
ArchType
= ActionArgs[0]->getValue();
285
validateArchitectureName(C.
ArchType
);
330
if (IF.
ArchType
&& (B->isMachO() || B->isArchive() || B->isIR())) {
338
Triple(*IF.
ArchType
).getArchName()))
343
reportError("specified architecture: " + *IF.
ArchType
+
373
const Triple::
ArchType
ObjectArch = O->getArch()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
47
enum
ArchType
{
246
ArchType
Arch;
307
ArchType
getArch() const { return Arch; }
832
void setArch(
ArchType
Kind);
936
static StringRef getArchTypeName(
ArchType
Kind);
944
static StringRef getArchTypePrefix(
ArchType
Kind);
962
static
ArchType
getArchTypeForLLVMName(StringRef Str);
Completed in 58 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026