Home
last modified time | relevance | path

Searched defs:pieces (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2expr.h103 struct dwarf_expr_piece *pieces; member
/openbsd/src/gnu/llvm/lld/ELF/
DMapFile.cpp117 std::vector<EhSectionPiece> pieces; in printEhFrame() local
DInputSection.h288 SmallVector<SectionPiece, 0> pieces; variable
DInputSection.cpp1299 pieces, [=](SectionPiece p) { return p.inputOff <= offset; })[-1]; in getSectionPiece() local
/openbsd/src/gnu/llvm/lld/wasm/
DInputChunks.h195 std::vector<SectionPiece> pieces; variable
/openbsd/src/gnu/llvm/lld/MachO/
DInputSection.h234 std::vector<StringPiece> pieces; variable
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp424 PathPieces &pieces, in removeUnneededCalls()
1421 static void addContextEdges(PathPieces &pieces, const LocationContext *LC) { in addContextEdges()
1502 static void simplifySimpleBranches(PathPieces &pieces) { in simplifySimpleBranches()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp892 Value pieces; // Used for DW_OP_piece in Evaluate() local
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DPathDiagnostic.cpp1065 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size()