HomeSort by relevance Sort by last modified time
    Searched refs:RelMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
ELFObjectWriter.h 292 const RelMapTy &RelMap);
295 RelMapTy &RelMap);
298 const RelMapTy &RelMap);
302 const RelMapTy &RelMap);
310 const RelMapTy &RelMap);
ELFObjectWriter.cpp 528 const RelMapTy &RelMap) {
548 const MCSectionELF *RelSection = RelMap.lookup(&Section);
676 RelMapTy &RelMap) {
702 RelMap[&Section] = RelaSection;
708 const RelMapTy &RelMap) {
715 const MCSectionELF *RelaSection = RelMap.lookup(&Section);
803 const RelMapTy &RelMap) {
839 ComputeIndexMap(Asm, SectionIndexMap, RelMap);
900 const RelMapTy &RelMap) {
931 ComputeIndexMap(Asm, SectionIndexMap, RelMap);
    [all...]

Completed in 32 milliseconds