Searched defs:LoadedModule (Results 1 – 3 of 3) sorted by relevance
54 struct LoadedModule { struct55 ProgramKind fKind;56 std::shared_ptr<SymbolTable> fSymbols;57 std::vector<std::unique_ptr<ProgramElement>> fElements;
648 LoadedModule() : full_name_(nullptr), base_address_(0) { ranges_.clear(); } in LoadedModule() function
735 LoadedModule() in LoadedModule() function