OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RVAs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugSymbolRVASubsection.cpp
23
return Reader.readArray(
RVAs
, Reader.bytesRemaining() / sizeof(uint32_t));
30
return Writer.writeArray(makeArrayRef(
RVAs
));
34
return
RVAs
.size() * sizeof(uint32_t);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h
36
ArrayType::Iterator begin() const { return
RVAs
.begin(); }
37
ArrayType::Iterator end() const { return
RVAs
.end(); }
42
ArrayType
RVAs
;
56
void addRVA(uint32_t RVA) {
RVAs
.push_back(support::ulittle32_t(RVA)); }
59
std::vector<support::ulittle32_t>
RVAs
;
DebugSubsectionVisitor.h
60
virtual Error visitCOFFSymbolRVAs(DebugSymbolRVASubsectionRef &
RVAs
,
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp
231
fromCodeViewSubsection(const DebugSymbolRVASubsectionRef &
RVAs
);
233
std::vector<uint32_t>
RVAs
;
367
IO.mapRequired("
RVAs
",
RVAs
);
535
for (const auto &RVA :
RVAs
)
741
Result->
RVAs
.push_back(RVA);
882
DebugSymbolRVASubsectionRef &
RVAs
, const StringsAndChecksumsRef &State) {
883
auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(
RVAs
);
Completed in 63 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026