Home
last modified time | relevance | path

Searched defs:TargetInfo (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h251 struct TargetInfo { struct
255 TargetInfo() = default; argument
261 TargetInfo GetTargetInfo(); argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp33 struct TargetInfo { struct
34 const Target *TheTarget;
35 std::unique_ptr<MCSubtargetInfo> STI;
36 std::unique_ptr<MCRegisterInfo> MRI;
37 std::unique_ptr<MCAsmInfo> MAI;
38 std::unique_ptr<MCContext> Ctx;
39 std::unique_ptr<MCDisassembler> Disassembler;
40 std::unique_ptr<MCInstrInfo> MII;
41 std::unique_ptr<MCInstPrinter> InstPrinter;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaNVPTX.h20 class TargetInfo; variable
H A DSemaLoongArch.h20 class TargetInfo; variable
H A DSemaPPC.h22 class TargetInfo; variable
H A DSemaMIPS.h21 class TargetInfo; variable
H A DSemaX86.h22 class TargetInfo; variable
H A DSemaWasm.h21 class TargetInfo; variable
H A DSemaRISCV.h30 class TargetInfo; variable
H A DSemaARM.h29 class TargetInfo; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributes.h18 class TargetInfo; variable
H A DOpenCLOptions.h23 class TargetInfo; variable
H A DParsedAttrInfo.h34 class TargetInfo; variable
H A DAttributeCommonInfo.h27 class TargetInfo; variable
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.h36 class TargetInfo; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h29 class TargetInfo; variable
H A DCodeGenTypes.h40 class TargetInfo; variable
H A DCodeGenFunction.h75 class TargetInfo; variable
H A DCodeGenTBAA.cpp652 TBAAAccessInfo TargetInfo) { in mergeTBAAInfoForCast()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp60 const TargetInfo &) override { in HandlePrintfSpecifier()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h43 class TargetInfo; variable
/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h45 template <class LP> TargetInfo(LP) { in TargetInfo() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp288 struct TargetInfo { struct
289 FileFormat Format;
290 MachineInfo Machine;
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h32 class TargetInfo; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp58 TargetInfo::TargetInfo(const llvm::Triple &T) : Triple(T) { in TargetInfo() function in TargetInfo

12