Searched refs:MacroOffset (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugMacro.cpp | 121 if (auto MacroOffset = toSectionOffset(CUDIE.find(DW_AT_macros))) in parseImpl() local 122 MacroToUnits.try_emplace(*MacroOffset, U.get()); in parseImpl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3733 bool IsInterestingIdentifier(const IdentifierInfo *II, uint64_t MacroOffset, in IsInterestingIdentifier() argument 3741 if (MacroOffset || II->isPoisoned() || (!IsModule && IsInteresting) || in IsInterestingIdentifier() 3768 bool isInterestingIdentifier(const IdentifierInfo *II, uint64_t MacroOffset) { in isInterestingIdentifier() argument 3769 return IsInterestingIdentifier(II, MacroOffset, IsModule, in isInterestingIdentifier() 3797 auto MacroOffset = Writer.getMacroDirectivesOffset(II); in isInterestingIdentifier() local 3798 return isInterestingIdentifier(II, MacroOffset); in isInterestingIdentifier() 3807 auto MacroOffset = Writer.getMacroDirectivesOffset(II); in EmitKeyDataLength() local 3812 isInterestingIdentifier(II, MacroOffset)) in EmitKeyDataLength() 3817 if (isInterestingIdentifier(II, MacroOffset)) { in EmitKeyDataLength() 3820 if (MacroOffset) in EmitKeyDataLength() [all …]
|