Searched defs:Info (Results 1 - 25 of 248) sorted by relevance

12345678910

/external/clang/test/PCH/Inputs/
H A Dpr27445.h1 struct Info { struct
2 virtual ~Info();
/external/llvm/tools/llvm-dwp/
H A DDWPError.h11 DWPError(std::string Info) : Info(std::move(Info)) {} argument
12 void log(raw_ostream &OS) const override { OS << Info; } variable
19 std::string Info; member in class:llvm::DWPError
/external/skia/src/core/
H A DSkYUVPlanesCache.h20 * The Info struct contains data about the 3 Y, U and V planes of memory stored
26 struct Info { struct in class:SkYUVPlanesCache
35 static SkCachedData* FindAndRef(uint32_t genID, Info* info,
41 static void Add(uint32_t genID, SkCachedData* data, Info* info,
/external/skqp/src/core/
H A DSkYUVPlanesCache.h20 * The Info struct contains data about the 3 Y, U and V planes of memory stored
26 struct Info { struct in class:SkYUVPlanesCache
35 static SkCachedData* FindAndRef(uint32_t genID, Info* info,
41 static void Add(uint32_t genID, SkCachedData* data, Info* info,
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp23 const Diagnostic &Info) {
25 DiagnosticConsumer::HandleDiagnostic(Level, Info);
28 Info.FormatDiagnostic(Buf);
33 Notes.emplace_back(Info.getLocation(), Buf.str());
36 Warnings.emplace_back(Info.getLocation(), Buf.str());
39 Remarks.emplace_back(Info.getLocation(), Buf.str());
43 Errors.emplace_back(Info.getLocation(), Buf.str());
22 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
H A DLogDiagnosticPrinter.cpp113 const Diagnostic &Info) {
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
118 if (MainFilename.empty() && Info.hasSourceManager()) {
119 const SourceManager &SM = Info.getSourceManager();
130 DE.DiagnosticID = Info.getID();
137 Info.FormatDiagnostic(MessageStr);
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
144 const SourceManager &SM = Info.getSourceManager();
145 PresumedLoc PLoc = SM.getPresumedLoc(Info
112 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
[all...]
H A DTextDiagnosticPrinter.cpp56 const Diagnostic &Info,
61 if (Info.getID() == diag::fatal_too_many_errors) {
76 DiagnosticIDs::isBuiltinWarningOrExtension(Info.getID()) &&
77 !DiagnosticIDs::isDefaultMappingAsError(Info.getID())) {
82 StringRef Opt = DiagnosticIDs::getWarningOptionForDiag(Info.getID());
86 StringRef OptValue = Info.getDiags()->getFlagValue();
96 DiagnosticIDs::getCategoryNumberForDiag(Info.getID());
113 const Diagnostic &Info) {
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
120 Info
54 printDiagnosticOptions(raw_ostream &OS, DiagnosticsEngine::Level Level, const Diagnostic &Info, const DiagnosticOptions &DiagOpts) argument
112 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
[all...]
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DPDBFileBuilder.h52 std::unique_ptr<InfoStreamBuilder> Info; member in class:llvm::pdb::PDBFileBuilder
H A DModInfo.h28 ModInfo(const ModInfo &Info);
31 static Error initialize(codeview::StreamRef Stream, ModInfo &Info);
55 ModuleInfoEx(const ModInfo &Info) : Info(Info) {} argument
57 : Info(Ex.Info), SourceFiles(Ex.SourceFiles) {}
59 ModInfo Info; member in struct:llvm::pdb::ModuleInfoEx
68 pdb::ModInfo &Info) const {
69 if (auto EC = pdb::ModInfo::initialize(Stream, Info))
[all...]
/external/libchrome/base/files/
H A Dfile.cc14 File::Info::Info() function in class:base::File::Info
20 File::Info::~Info() {
/external/compiler-rt/test/esan/TestCases/
H A Dworkingset-signal-posix.cpp21 static void SigactionHandler(int Sig, siginfo_t *Info, void *Ctx) { argument
/external/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h55 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} argument
58 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} argument
/external/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h27 const MCInstrInfo *Info; member in class:llvm::MCInstrAnalysis
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} argument
35 return Info->get(Inst.getOpcode()).isBranch();
39 return Info->get(Inst.getOpcode()).isConditionalBranch();
43 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
47 return Info->get(Inst.getOpcode()).isIndirectBranch();
51 return Info->get(Inst.getOpcode()).isCall();
55 return Info
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp39 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override;
48 void ErlangGCPrinter::finishAssembly(Module &M, GCModuleInfo &Info, argument
59 for (GCModuleInfo::FuncInfoVec::iterator FI = Info.funcinfo_begin(),
60 IE = Info.funcinfo_end();
H A DOcamlGCPrinter.cpp37 void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override;
38 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override;
69 void OcamlGCMetadataPrinter::beginAssembly(Module &M, GCModuleInfo &Info, argument
94 void OcamlGCMetadataPrinter::finishAssembly(Module &M, GCModuleInfo &Info, argument
111 for (GCModuleInfo::FuncInfoVec::iterator I = Info.funcinfo_begin(),
112 IE = Info.funcinfo_end();
130 for (GCModuleInfo::FuncInfoVec::iterator I = Info.funcinfo_begin(),
131 IE = Info.funcinfo_end();
/external/llvm/lib/DebugInfo/CodeView/
H A DModuleSubstream.cpp22 Error ModuleSubstream::initialize(StreamRef Stream, ModuleSubstream &Info) { argument
30 if (auto EC = Reader.readStreamRef(Info.Data, Header->Length))
32 Info.Kind = Kind;
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp50 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind()); local
51 report_fatal_error(Twine("unsupported relocation type: ") + Info.Name);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrAnalysis.h24 const MCInstrInfo *Info; member in class:llvm::MCInstrAnalysis
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} argument
32 return Info->get(Inst.getOpcode()).isBranch();
36 return Info->get(Inst.getOpcode()).isBranch();
40 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
44 return Info->get(Inst.getOpcode()).isIndirectBranch();
48 return Info->get(Inst.getOpcode()).isCall();
52 return Info
[all...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.h65 void setModuleInfo(MachineModuleInfo* Info) { argument
66 MMI = Info;
/external/clang/lib/AST/
H A DCommentBriefParser.cpp82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); local
83 if (Info->IsBriefCommand) {
89 if (Info->IsReturnsCommand) {
98 if (Info->IsBlockCommand) {
H A DCommentCommandTraits.cpp35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name))
36 return Info;
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID))
42 return Info;
90 CommandInfo *Info = new (Allocator) CommandInfo(); local
91 Info->Name = Name;
96 Info->ID = NextID++;
98 RegisteredCommands.push_back(Info);
100 return Info;
105 CommandInfo *Info local
111 CommandInfo *Info = createCommandInfoWithName(CommandName); local
[all...]
/external/llvm/lib/Support/
H A DThreading.cpp47 ThreadInfo Info = { Fn, UserData }; local
62 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp76 const MCFixupKindInfo &Info = getFixupKindInfo(Fixup.getKind()); local
77 assert(Info.Flags == 0 && "WebAssembly does not use MCFixupKindInfo flags");
79 unsigned NumBytes = (Info.TargetSize + 7) / 8;
84 Value <<= Info.TargetOffset;
/external/parameter-framework/upstream/parameter/log/include/log/
H A DLogWrapper.h129 typedef details::LogWrapper<false> Info; typedef in namespace:core::log::details
/external/capstone/arch/XCore/
H A DXCoreInstPrinter.c254 void XCore_printInst(MCInst *MI, SStream *O, void *Info) argument
256 printInstruction(MI, O, Info);

Completed in 587 milliseconds

12345678910