Lines Matching refs:ObjFile

137 void ObjFile::parseLazy() {  in parseLazy()
161 void ObjFile::initializeECThunks() { in initializeECThunks()
187 void ObjFile::parse() { in parse()
206 const coff_section *ObjFile::getSection(uint32_t i) { in getSection()
221 void ObjFile::initializeChunks() { in initializeChunks()
233 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection()
316 void ObjFile::includeResourceChunks() { in includeResourceChunks()
320 void ObjFile::readAssociativeDefinition( in readAssociativeDefinition()
325 void ObjFile::readAssociativeDefinition(COFFSymbolRef sym, in readAssociativeDefinition()
365 void ObjFile::recordPrevailingSymbolForMingw( in recordPrevailingSymbolForMingw()
382 void ObjFile::maybeAssociateSEHForMingw( in maybeAssociateSEHForMingw()
396 Symbol *ObjFile::createRegular(COFFSymbolRef sym) { in createRegular()
418 void ObjFile::initializeSymbols() { in initializeSymbols()
485 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined()
503 void ObjFile::handleComdatSelection( in handleComdatSelection()
624 std::optional<Symbol *> ObjFile::createDefined( in createDefined()
727 MachineTypes ObjFile::getMachineType() { in getMachineType()
733 ArrayRef<uint8_t> ObjFile::getDebugSection(StringRef secName) { in getDebugSection()
744 void ObjFile::initializeFlags() { in initializeFlags()
794 void ObjFile::initializeDependencies() { in initializeDependencies()
873 findPdbPath(StringRef pdbPath, ObjFile *dependentFile, StringRef outputPath) { in findPdbPath()
911 ObjFile *fromFile) { in findFromRecordPath()
949 ObjFile::getVariableLocation(StringRef var) { in getVariableLocation()
966 std::optional<DILineInfo> ObjFile::getDILineInfo(uint32_t offset, in getDILineInfo()
977 void ObjFile::enqueuePdbFile(StringRef path, ObjFile *fromFile) { in enqueuePdbFile()