HomeSort by: relevance | last modified time | path
    Searched defs:RVAs (Results 1 - 2 of 2) sorted by relevancy

  /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;
  /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 15 milliseconds