Searched refs:info (Results 201 - 225 of 1698) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3432 llvm_unreachable("Unknown loc info!");
3714 llvm_unreachable("Unknown loc info!");
4064 llvm_unreachable("Unknown loc info!");
4123 // Call site info is used for function's parameter entry value
4380 llvm_unreachable("Unknown loc info!");
6229 AsmOperandInfo &info, const char *constraint) const {
6231 Value *CallOperandVal = info.CallOperandVal;
6240 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
6228 getSingleConstraintMatchWeight( AsmOperandInfo &info, const char *constraint) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc76 THREADNAME_INFO info;
77 info.dwType = 0x1000;
78 info.szName = Name;
79 info.dwThreadId = Id;
80 info.dwFlags = 0;
83 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
84 (ULONG_PTR *)&info);
H A DSignals.inc304 // and DWARF, so it should do a good job regardless of what debug info or
H A DProcess.inc52 SYSTEM_INFO info;
53 GetNativeSystemInfo(&info);
56 return static_cast<unsigned>(info.dwPageSize);
403 CONSOLE_SCREEN_BUFFER_INFO info;
404 GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &info);
405 return info.wAttributes;
464 RTL_OSVERSIONINFOEXW info{};
465 info.dwOSVersionInfoSize = sizeof(info);
466 if (getVer((PRTL_OSVERSIONINFOW)&info)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp66 #define DEBUG_TYPE "reloc-info"
96 void writeSymbol(uint32_t name, uint8_t info, uint64_t value, uint64_t size,
364 void SymbolTableWriter::writeSymbol(uint32_t name, uint8_t info, uint64_t value, argument
383 write(info); // st_info
392 write(info); // st_info
808 // Include the debug info compression header.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp274 NameAndAttributes &info = IterBool.first->second; local
275 info.name = IterBool.first->first();
276 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;
277 info.isFunction = false;
278 info.symbol = clgv;
287 NameAndAttributes info; local
288 info.name = Iter->first();
289 info.attributes = LTO_SYMBOL_PERMISSIONS_DATA |
291 info.isFunction = false;
292 info
461 NameAndAttributes info; local
528 NameAndAttributes &info = IterBool.first->second; local
619 NameAndAttributes info = u->getValue(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp48 // info?)
243 // Use symbol info to iterate over functions in the object.
278 // According to spec debugging info has to come before loading the
340 // file for more meta data info about the jitted code. Perf report/annotate
368 } info; local
370 size_t RequiredMemory = sizeof(id) + sizeof(info);
389 memcpy(&info, (*MB)->getBufferStart() + sizeof(id), sizeof(info));
397 hdr.ElfMach = info.e_machine;
437 // Didn't get useful debug info
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1169 LLVM_DEBUG(dbgs() << "Dropping dangling debug info for " << *DI << "\n");
1178 // If debug info is to be dropped, run it through final checks to see
1216 LLVM_DEBUG(dbgs() << "Resolve dangling debug info [order="
1230 LLVM_DEBUG(dbgs() << "Resolved dangling debug info for " << *DI
1233 LLVM_DEBUG(dbgs() << "Dropping debug info for " << *DI << "\n");
1280 LLVM_DEBUG(dbgs() << "Salvaged debug location info for:\n "
1293 LLVM_DEBUG(dbgs() << "Dropping debug value info for:\n " << DDI.getDI()
1392 // Try to fixup any remaining dangling debug info -- and drop it if we can't.
1770 // Update successor info.
1847 // FIXME: better loc info woul
7796 SDISelAsmOperandInfo(const TargetLowering::AsmOperandInfo &info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp802 KEYWORD(info);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp158 info.reset(new DependenceInfo(&F, &AA, &SE, &LI));
162 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; }
164 void DependenceAnalysisWrapperPass::releaseMemory() { info.reset(); }
207 dumpExampleDependence(OS, info.get());
2951 // Looks through all the bounds info and
2967 // Looks through all the bounds info and
3035 SCEV::FlagAnyWrap); // Worst case, with no info.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h732 Elf_Word info; // Kind-specific information
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2236 // FIXME: This should get its info from the td file.
3926 AsmOperandInfo &info, int maIndex) const;
3931 AsmOperandInfo &info, const char *constraint) const;
H A DCallingConvLower.h290 /// incorporating info about the formals into this state.
301 /// incorporating info about the result values into this state.
312 /// incorporating info about the passed values into this state.
329 /// incorporating info about the passed values into this state.
477 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex];
478 BeginReg = info.Begin;
479 EndReg = info.End;
497 // Clear byval registers tracking info.
503 // Rewind byval registers tracking info.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1109 inline void swapStruct(dyld_info_command &info) { argument
1110 sys::swapByteOrder(info.cmd);
1111 sys::swapByteOrder(info.cmdsize);
1112 sys::swapByteOrder(info.rebase_off);
1113 sys::swapByteOrder(info.rebase_size);
1114 sys::swapByteOrder(info.bind_off);
1115 sys::swapByteOrder(info.bind_size);
1116 sys::swapByteOrder(info.weak_bind_off);
1117 sys::swapByteOrder(info.weak_bind_size);
1118 sys::swapByteOrder(info
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h797 /// getLowerBound - Looks through all the bounds info and
802 /// getUpperBound - Looks through all the bounds info and
972 std::unique_ptr<DependenceInfo> info; member in class:llvm::DependenceAnalysisWrapperPass
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp177 ProcessLaunchInfo info; local
178 info.GetFlags().Set(eLaunchFlagStopAtEntry | eLaunchFlagDebug |
180 info.SetArguments(const_cast<const char **>(argv), true);
189 info.SetWorkingDirectory(cwd_spec);
190 info.GetEnvironment() = Host::GetEnvironment();
192 gdb_server.SetLaunchInfo(info);
521 // Print version info.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp414 BroadcasterInfo info = pos->second; local
415 if (event_sp->GetType() & info.event_mask) {
416 if (info.callback != nullptr) {
417 info.callback(event_sp, info.callback_user_data);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp256 // Use the block with the inlined function info as the frame block we
1284 const RegisterInfo *info = local
1286 if (!info) {
1290 if (!register_context.ReadRegister(info, reg_value)) {
H A DProcess.cpp2900 "to %s based on info from attach",
2912 "Process::%s switching architecture to %s based on info "
3678 // process/thread/frame info, and then we want the "(lldb) " prompt to
5283 // Show the private stop info here, the public stop info will be
5702 bool Process::GetProcessInfo(ProcessInstanceInfo &info) {
5703 info.Clear();
5709 return platform_sp->GetProcessInfo(GetID(), info);
H A DABI.cpp44 bool ABI::GetRegisterInfoByName(ConstString name, RegisterInfo &info) { argument
52 info = register_info_array[i];
58 info = register_info_array[i];
215 void ABI::AugmentRegisterInfo(RegisterInfo &info) { argument
216 if (info.kinds[eRegisterKindEHFrame] != LLDB_INVALID_REGNUM &&
217 info.kinds[eRegisterKindDWARF] != LLDB_INVALID_REGNUM)
221 if (!GetRegisterInfoByName(ConstString(info.name), abi_info))
224 if (info.kinds[eRegisterKindEHFrame] == LLDB_INVALID_REGNUM)
225 info.kinds[eRegisterKindEHFrame] = abi_info.kinds[eRegisterKindEHFrame];
226 if (info
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp106 // Open Dylan compiler debug info is designed to be Clang-compatible
193 // Retrieve type info
653 const clang::Diagnostic &info) override {
656 info.FormatDiagnostic(diag_str);
2056 enum_decl->setAccess(AS_public); // TODO respect what's in the debug info
5670 return 0; // If block pointers don't have debug info, then no children for
7265 // Sometimes the debug info will mention a constructor (default/copy/move),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp210 // support file list indices match those we get from the debug info and line
369 DWARFDebugInfo *info = DebugInfo(); local
370 if (info) {
371 const size_t num_cus = info->GetNumUnits();
373 dwarf_cu = info->GetUnitAtIndex(cu_idx);
549 // We have a dSYM file that didn't have a any debug info. If the
551 // executable with no debug info, or from an executable that was
559 "executable with no debug info.");
645 DWARFDebugInfo *info = DebugInfo();
646 if (info) {
753 DWARFDebugInfo *info = DebugInfo(); local
763 DWARFDebugInfo *info = DebugInfo(); local
2191 DWARFDebugInfo *info = DebugInfo(); local
2381 DWARFDebugInfo *info = DebugInfo(); local
2403 DWARFDebugInfo *info = DebugInfo(); local
3155 DWARFDebugInfo *info = DebugInfo(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp456 if (const RegisterInfo *info = ResolveRegister(resolver, name)) {
458 node_alloc, info->kinds[eRegisterKindLLDB]);
471 } else if (const RegisterInfo *info = ResolveRegisterOrRA(resolver, lhs)) {
474 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc);
582 if (const RegisterInfo *info = ResolveRegister(resolver, name))
584 node_alloc, info->kinds[eRegisterKindLLDB]);
612 const RegisterInfo *info = ResolveRegister(resolver, it->first); local
615 if (!info)
626 row_sp->SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h85 bool GetProcessInfo(ProcessInstanceInfo &info) override;
H A DProcessMinidump.cpp317 error.SetErrorString("could not parse memory info");
535 bool ProcessMinidump::GetProcessInfo(ProcessInstanceInfo &info) { argument
536 info.Clear();
537 info.SetProcessID(GetID());
538 info.SetArchitecture(GetArchitecture());
542 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(),
748 INIT_BOOL(m_fb_dalvik, "fb-dalvik-info", 5,
749 "Dump Facebook Dalvik info."),

Completed in 441 milliseconds

1234567891011>>