| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILEval.cpp | 167 m_expr, errMsg, node->GetLocation(), node->GetName().size()); in Visit() 197 node->GetLocation()); in Visit() 206 node->GetLocation()); in Visit() 214 m_expr, "invalid ast: unexpected binary operator", node->GetLocation()); in Visit() 253 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() 260 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() 276 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() 283 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() 302 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() 323 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() [all …]
|
| H A D | DILParser.cpp | 100 uint32_t loc = token.GetLocation(); in ParseUnaryExpression() 130 uint32_t loc = CurToken().GetLocation(); in ParsePostfixExpression() 139 CurToken().GetLocation(), CurToken().GetSpelling().length()); in ParsePostfixExpression() 148 CurToken().GetLocation(), CurToken().GetSpelling().length()); in ParsePostfixExpression() 167 member_token.GetLocation(), std::move(lhs), in ParsePostfixExpression() 189 uint32_t loc = CurToken().GetLocation(); in ParsePrimaryExpression() 205 CurToken().GetLocation(), CurToken().GetSpelling().length()); in ParsePrimaryExpression() 241 CurToken().GetLocation(), CurToken().GetSpelling().length()); in ParseNestedNameSpecifier() 376 CurToken().GetLocation(), CurToken().GetSpelling().length()); in Expect()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | StringPrinter.cpp | 407 if (options.GetLocation() == 0 || in ReadEncodedBufferAndDumpToStream() 408 options.GetLocation() == LLDB_INVALID_ADDRESS) in ReadEncodedBufferAndDumpToStream() 465 target_sp->ReadCStringFromMemory(options.GetLocation(), buffer, in ReadEncodedBufferAndDumpToStream() 468 target_sp->ReadStringFromMemory(options.GetLocation(), buffer, in ReadEncodedBufferAndDumpToStream() 471 target_sp->ReadMemory(options.GetLocation(), buffer, bufferSPSize, error); in ReadEncodedBufferAndDumpToStream()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | StringPrinter.h | 110 const Address &GetLocation() const { return m_location; } in GetLocation() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | DILLexer.h | 57 uint32_t GetLocation() const { return m_start_pos; } in GetLocation() function
|
| H A D | DILAST.h | 57 uint32_t GetLocation() const { return m_location; } in GetLocation() function
|
| /freebsd/stand/efi/include/ |
| H A D | efipciio.h | 535 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation; member
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | PciIo.h | 528 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation; member
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValueExtensions.i | 84 …location = property(GetLocation, None, doc='''A read only property that returns the location of th…
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 110 const char *GetLocation();
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 108 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation() function 200 ModRefInfo MR = GetLocation(Inst, Loc, TLI); in getCallDependencyFrom() 456 /*ModRefInfo MR =*/ GetLocation(II, Loc, TLI); in getSimplePointerDependencyFrom() 671 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI); in getDependency()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 531 auto GetLocation = [this](const Expr *Str, unsigned Offset) { in ActOnGCCAsmStmt() local 540 targetDiag(GetLocation(asmString, DiagOffs), DiagID) in ActOnGCCAsmStmt()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 444 const char *SBValue::GetLocation() { in GetLocation() function in SBValue
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 78032 result = (char *)(arg1)->GetLocation(); in _wrap_SBValue_GetLocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19926 {"_Z11GetLocationPKN4llvm11InstructionERNS_13AliasAnalysis8LocationEPS3_", "GetLocation(llvm::Instr…
|