Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
CodeGen
TargetLoweringObjectFileImpl.cpp
Find file
Normal view
History
Permalink
TargetLoweringObjectFileImpl.cpp
40.8 KiB
Newer
Older
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
committed
Feb 15, 2010
1001
1002
1003
1004
1005
return
getTextSection
();
return
getDataSection
();
}
Show full blame
Prev
1
2
Next